body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height:1.5em;
}
body {
	background-color: black;
}
a {
	font-size: 14px;
	color: #03F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #03F;
}
#pageHeader {
	border:#999 1px solid;
	border-bottom:none;
	background-color:#F4F4F4;
	width:1800px;
	
}
#pageContent {
	border:#999 1px solid;
	border-bottom:none;
	background-color:#F4F4F4;
	width:1800px;

}
#pageFooter {
	border:#999 1px solid;
	background-color:#F4F4F4;
	width:1800px;
	
}

/*--------------------------------------------------*/
.titlelinktohome a p
{
    display: none;
}
.titlelinktohome a:hover p
{
    display: block;
    position: absolute;
    top: 12px; left: 400px;
}


.tilemenubutton
{
    position: absolute;
    top: 20px; left: 1450px;
    /*top: 20px; right: 80px;*/
    /*border: 1px solid #0000ff;*/
}

.indexbutton a p
{
    display: none;
}
.indexbutton a:hover p
{
    display: block;
    position: absolute;
    /*top: 70px; right: 83px;*/
    top: 70px; left: 1447px;
}

.tilemenubutton2
{
    position: absolute;
    top: 20px; left: 1370px;
    /*top: 20px; right: 160px;*/
    /*border: 1px solid #0000ff;*/
}

.menubutton a p
{
    display: none;
}
.menubutton a:hover p
{
    display: block;
    position: absolute;
    /*top: 70px; right: 147px;*/
    top: 70px; left: 1357px;
}


.tilemenubutton3
{
    position: absolute;
    /*top: 20px; right: 240px;*/
    top: 20px; left: 1290px;
    /*border: 1px solid #0000ff;*/
}

.logoutbutton a p
{
    display: none;
}
.logoutbutton a:hover p
{
    display: block;
    position: absolute;
    /*top: 70px; right: 230px;*/
    top: 70px; left: 1280px;
}


.tilemenubutton4
{
    position: absolute;
    /*top: 20px; right: 320px;*/
    top: 20px; left: 1210px;
    /*border: 1px solid #0000ff;*/
}

.loginbutton a p
{
    display: none;
}
.loginbutton a:hover p
{
    display: block;
    position: absolute;
    /*top: 70px; right: 323px;*/
    top: 70px; left: 1207px;
}


.tilemenubutton5
{
    position: absolute;
    /*top: 20px; right: 400px;*/
    top: 20px; left: 1130px;
    /*border: 1px solid #0000ff;*/
}

.viewcartbutton a p
{
    display: none;
}

.viewcartbutton a:hover p
{
    display: block;
    position: absolute;
    /*top: 70px; right: 383px;*/
    top: 70px; left: 1113px;
}

.button
{
    background-color: blue; /* blue */
    border: none;
    color: white;
    /*
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1px;
    margin: 4px 2px;
    cursor: pointer;
    */
}